setSettingInt

abstract fun setSettingInt(keypath: String, value: Int)

Set an integer setting.

Parameters

keypath

the settings keypath.

value

the value to set.